home *** CD-ROM | disk | FTP | other *** search
/ Champak 106 / Vol 106.iso / games / maple_st.swf / scripts / DefineButton2_1247 / BUTTONCONDACTION on(press).as next >
Encoding:
Text File  |  2010-04-12  |  411 b   |  13 lines

  1. on(press){
  2.    if(this.iteme != "non")
  3.    {
  4.       duplicateMovieClip(this._parent.itemdrag,"itemdragshow",16384 + _root.getNextHighestDepth());
  5.       trace(this._parent.itemdragshow._x);
  6.       this._parent.itemdragshow.gotoAndStop(showgo);
  7.       this._parent.itemdragshow._alpha = 50;
  8.       this._parent.itemdragshow.targetname = this._name;
  9.       trace(showgo);
  10.       this._parent.sstdrag();
  11.    }
  12. }
  13.